projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e81ad0
)
mpc8569mds: Remove unnecessary CONFIG_SYS_LBC_SDRAM_BASE definition
author
Becky Bruce
<
[email protected]
>
Mon, 13 Dec 2010 21:06:45 +0000
(15:06 -0600)
committer
Kumar Gala
<
[email protected]
>
Fri, 14 Jan 2011 07:32:17 +0000
(
01:32
-0600)
This isn't used - delete it.
Signed-off-by: Becky Bruce <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
include/configs/MPC8569MDS.h
patch
|
blob
|
history
diff --git
a/include/configs/MPC8569MDS.h
b/include/configs/MPC8569MDS.h
index 9620fd0012d01d76764c25c872a1c59bb05a8eeb..e64277e3f21cc9cc85f73b731d860e2e16fb8af6 100644
(file)
--- a/
include/configs/MPC8569MDS.h
+++ b/
include/configs/MPC8569MDS.h
@@
-263,12
+263,6
@@
extern unsigned long get_clock_freq(void);
#define CONFIG_SYS_OR3_PRELIM CONFIG_NAND_OR_PRELIM /* NAND Options */
#endif
-/*
- * SDRAM on the LocalBus
- */
-#define CONFIG_SYS_LBC_SDRAM_BASE 0xf0000000 /* Localbus SDRAM */
-#define CONFIG_SYS_LBC_SDRAM_SIZE 64 /* LBC SDRAM is 64MB */
-
#define CONFIG_SYS_LBC_LCRR 0x00000004 /* LB clock ratio reg */
#define CONFIG_SYS_LBC_LBCR 0x00040000 /* LB config reg */
#define CONFIG_SYS_LBC_LSRT 0x20000000 /* LB sdram refresh timer */